home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / TERMINAL / HDRS / ZMODEM.H < prev   
Text File  |  1990-11-20  |  172b  |  12 lines

  1. /*
  2.     Terminal 2.0
  3.     "ZModem.h"
  4. */
  5.  
  6. #define ZAUTORX 18
  7. extern Byte ZAutoReceiveString[];
  8. extern Byte ZLastRx[];
  9.  
  10. short ZReceive (void);
  11. short ZTransmit    (Byte *, short, long);
  12.